body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
}
body {
  background: #FFF;
  color: #333;
  font-size: 14px;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  margin: 0 auto;
  min-width:1200px;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}
i,
em {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}

.zz-swiper-container-a{
  display: block;
}
.zz-swiper-container-img{
  width: 100%;
}

.titleH1{
  font-size: 30px;
  text-align: center;
  line-height:36px;
  padding: 20px;
}
.titleP{
  font-size: 14px;
  text-align: center;
  padding-bottom:20px;
  color: #999;
  border-bottom: 1px solid #eee;
  margin-bottom:20px;
}
.titleP span{
  display: inline-block;
  padding: 0 10px;
}
.titleCate{
  font-size: 20px;
  padding: 10px 22px;
  border: 1px solid #e8eef5;
  color: #333;
}
.zzArticle{
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
  background-color: #fff;
  padding: 20px 0;
}
.zzArticle img{
  max-width:100%;
  height: auto !important;
}

.zzContainer{
  width: 1190px;
  margin: 0 auto;
}
.zzBannerOne img{
  width: 100%;
}

.layui-layer-close{
	display:none !important;
}